ArcPad Map File Schema
STATUSBAR Element
See Also  Send comments on this topic.
ArcPad Map File Schema > ArcPad Element > MAP Element : STATUSBAR Element

Glossary Item Box

Description

Used to define display properties for the status bar.

Diagram

STATUSBAR Element

Overview

STATUSBAR
Used to define display properties for the status bar.
visible optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionalfalse  

Source

<xs:element name="STATUSBAR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define display properties for the status bar.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" ref="visible">
      <xs:annotation>
        <xs:documentation>Flag that determines if the status bar is initially visible (true) or not (false).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.